visible
open fun visible(@Nullable() visible: Boolean): ViewAnnotationOptions.Builder
Content copied to clipboard
Specifies if this view annotation is visible or not.Note: For Android and iOS platforms, if this property is not specified explicitly when creating / updating view annotation, visibility will behandled automatically based on actual Android or iOS view's visibility e.g. if actual view is set to be not visible - Android / iOS partwill automatically update view annotation to have `visible = false`.If visible is null, default value `true` will be applied.